From: | Ben Hutchings |
Date: | 27 Aug 99 at 23:02:06 |
Subject: | Re: Private MUI Custom Classes & MUI Prefs |
From: Ben Hutchings <womble@zzumbouk.demon.co.uk>
On Fri, Aug 27, 1999 at 08:09:01PM +0000, David Arbuthnot wrote:
> From: David Arbuthnot <Spinal.NGA@Digital.Prestel.co.uk>
>
> Hello,
> I'm writning a couple of private MUI custom classes and the programs
> they are
> in work fine until I access the MUI prefs from the popup menu on the
> window. The settings window opens ok but my program then crashes when
> changing frames or some other setting or at other times I can change
> settings and save them but when the settings window closes my program
> crashes. Anyone got any Ideas ???
When the settings change, MUI closes and re-opens all your windows.
Your code has to be able to cope with this. Use a debugger to step
through your code and find out what's happening at this point.